home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / editor / editor2 / textengn.rdm < prev    next >
Text File  |  1997-01-18  |  2KB  |  47 lines

  1. Short:    Text-style converter (normal, PGS3, HTML)
  2. Author:   toenges@fact.rhein-ruhr.de (Till Toenges)
  3. Uploader: toenges@fact.rhein-ruhr.de (Till Toenges)
  4. Type:     text/misc
  5.  
  6. Warning: you need at least GOLDED 3+
  7.      it is ARexx (slow, but easy for you to add or change features)
  8.      the word "style" means a certain set of formating-codes
  9.  
  10. Converts Textengine-style to any other style (currently PGS3 and HTML), incl.
  11. all headers etc. If possible, the text will get directly transfered to the
  12. target application.
  13.  
  14. Put Textengine.ged and TEM whereever you like. Textengine needs the env-variable
  15. Textengine, which specifies the path of the TEM-directory (for the styles end
  16. targets). That means, new modules are simply installed by putting them in the
  17. appropriate directory.
  18.  
  19. Textengine Commands are in "<" and ">" brackets, usually their scope is limited
  20. by the corresponding "</command>". Case sensitiv (maybe, didn't care about
  21. that). Every command will be transformed to a more or less complex different
  22. text-format, like PageStream3 or HTML. Commands which can't be transformed won't
  23. make trouble, they'll produce simple-text output.
  24.  
  25. The Textengine-style is designed to be easily readable (at least for human
  26. beings), even before it get's transformed to the final version. That means, it's
  27. something like TeX-light, but the source is a bit easier to read. Main advantage
  28. is, that you can use ONE file for any supported target. This is similar to
  29. texinfo.
  30.  
  31. TextEngine is context-sensitive, see example.
  32.  
  33. Important features:
  34.          - WORKING Drop Caps in PGS
  35.          - Lists (numbered, bulleted, custom)
  36.          - Random emphasize function in PGS (<E> automatically selects
  37.            one out of big, bold, subscript, superscript...)
  38.          - It's easy for you to programm your own functions
  39.  
  40. The documentation is BAD, but there are examples. You'll have to play with it at
  41. first.
  42.  
  43. If you want to get additional targets, or any new feature, contact me. Or
  44. programm them yourself (not too difficult).
  45.  
  46. toenges@fact.rhein-ruhr.de
  47.